home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #2 / Ham Radio 2000 - Volume 2.iso / HAMV2 / TCP_IP / TNOS230B / REQSVR.HLP < prev    next >
Text File  |  1994-02-07  |  6KB  |  123 lines

  1. Welcome to the TNOS Request Server (REQSVR) release 1.01b1
  2.  
  3. The current version of REQSVR is a sub-set of the standard REQDBF commands
  4. with extensions to support group message distribution. You send a command
  5. to REQSVR by sending a message to REQSVR@HOST. The desired command is given
  6. as the subject for the message. Only the Upload command has any data, so all
  7. other types have a blank body for the message. The response from the server
  8. will return the same subject line, following a status description. If no
  9. errors are found, this will be "Accepted", followed by your REQSVR command.
  10. The valid commands are:
  11.  
  12.    H[elp] (or I[nfo])     Returns this document.
  13.  
  14.    W[hat] [dir|file]      Returns a directory of the desired directory
  15.                           or files. Wildcards are allowed. If no dir/filesp
  16.                           is given, the root directory is used. You must have
  17.                           permission to view the dir/files requested.
  18.  
  19.    D[ownload] filename    Retrieves (Downloads) a copy of the file named
  20.                           'filename' from the server. You must have
  21.                           permission to read that file.
  22.  
  23.    U[pload] filename      Sends (Uploads) a file named 'filename' to
  24.                           the server. You must have permission to write
  25.                           that file.
  26.  
  27.    V[ersion]              Returns the current version of TNOS running on
  28.                           the server system.
  29.  
  30.    INFOR[m] dir|file      This command asks REQSVR on the server to
  31.                           inform you of all changes made to the specified
  32.                           file. This will not send you the file but rather a
  33.                           message telling you that the file has been changed.
  34.                           You can then decide if you wish to request a new
  35.                           copy of that file from the server. You must have
  36.                           permission to read that file. You may also request
  37.                           to be informed of all changes to any file in a
  38.                           directory by giving a directory name.
  39.  
  40.                           To cancel an INFORM use UNINFORM.
  41.  
  42.    UNI[nform] dir|file    This command cancels an existing INFORM request
  43.                           on the server.  This command will be accepted
  44.                           by any server that has accepted the INFORM request.
  45.                           (Be sure to send this to the server that is sending
  46.                           you the INFORM notices)
  47.  
  48.    S[ubscribe] dir|file   This command asks REQSVR on the server to send
  49.                           you a copy of 'filenm' each time it is changed by
  50.                           REQSVR. You must have permission to read that file.
  51.                           You may also request to be sent a copy of all files
  52.                           changes in a directory by giving a directory name.
  53.  
  54.                           Subscribe's may be cancelled with the UNSUBSCRIBE
  55.                           request.
  56.  
  57.    UNS[ubscribe] dir|file This command cancels an existing SUBSCRIBE request
  58.                           on the server.  This command will be accepted by
  59.                           any server that has accepted the SUBSCRIBE request.
  60.                           (Be sure to send this to the server that is sending
  61.                           you the INFORM notices)
  62.  
  63.    G[roup] action [name]  This command supports the TNOS function of
  64.                           distribution groups. A distribution group works
  65.                           like an alias, or more accurately, like an Internet
  66.                           mail-group. The group "action" is executed on the
  67.                           destination server. All users are permitted the
  68.                           following actions:
  69.  
  70.                             G[roup] S[ubscribe] groupname
  71.                                 Adds yourself to the mail group, "groupname"
  72.  
  73.                             G[roup] U[nsubscribe] groupname
  74.                                 Removes yourself from mail group, "groupname"
  75.  
  76.                             G[roup] L[ist]
  77.                                 Send you a message back with a listing of the
  78.                                 current mail groups on the destination server.
  79.  
  80.                           The following actions are available only to those
  81.                           who have SYSOP permissions on the destination server:
  82.  
  83.                             G[roup] I[nform] groupname
  84.                                 Allows you to be informed of new members to
  85.                                 the mail group, "groupname"
  86.  
  87.                             G[roup] UNI[nform] groupname
  88.                                 Stops informing you of new members to the
  89.                                 mail group, "groupname"
  90.  
  91.                             G[roup] A[dd] groupname
  92.                                 Creates a new mail group, "groupname"
  93.  
  94.                             G[roup] D[elete] groupname
  95.                                 Deletes an existing mail group, "groupname"
  96.                           
  97.    Q[th] callsign         Returns callbook infomation for the ham call
  98.                           "callsign".
  99.  
  100.  
  101.  
  102. ERROR STATUS DESCRIPTIONS:
  103.  
  104.    Not Found xxxx         The HELP/INFO file was not found on the server's
  105.                           system.
  106.  
  107.    Denied xxxx            You do not have proper permission on the server's
  108.                           system to complete the desired action. This can
  109.                           come in response to a W, D, or U command.
  110.  
  111.    IO Error xxxx          There was an IO error on the server's system. This
  112.                           is most probably caused by an invalid filename.
  113.                           This can come in response to a W, D, or U command.
  114.  
  115.    Unknown xxxx           This comes back to you if you requested a command
  116.                           that the server's system does not recognize. 
  117.  
  118.  
  119. If one of the above Error Status Descriptions are generated, the Mail Daemon
  120. sends the original message back to the requestor and a message is send to
  121. the SYSOP of the server system. The original message is stored on the server
  122. system for the SYSOP's examination.
  123.